+2005-01-16 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
+ Fix argument order in docs.
+
2005-01-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (gtk_text_view_check_keymap_direction):
+2005-01-16 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
+ Fix argument order in docs.
+
2005-01-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (gtk_text_view_check_keymap_direction):
+2005-01-16 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
+ Fix argument order in docs.
+
2005-01-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (gtk_text_view_check_keymap_direction):
* gtk_file_chooser_dialog_new_with_backend:
* @title: Title of the dialog, or %NULL
* @parent: Transient parent of the dialog, or %NULL
- * @backend: The name of the specific filesystem backend to use.
* @action: Open or save mode for the dialog
+ * @backend: The name of the specific filesystem backend to use.
* @first_button_text: stock ID or text to go in the first button, or %NULL
* @Varargs: response ID for the first button, then additional (button, id) pairs, ending with %NULL
*